Berry Flavor
@Serializable
Flavors determine whether a Pokémon will benefit or suffer from eating a berry based on their nature. See: https://pokeapi.co/docs/v2#berry-flavors
Parameters
id
The identifier for this resource.
name
The name for this resource.
berries
A list of the berries with this flavor.
contest Type
The contest type that correlates with this berry flavor.
names
The name of this resource listed in different languages.
Constructors
Link copied to clipboard
constructor(id: Int, name: String, berries: List<FlavorBerryMap>, contestType: Handle.Named<ContestType>, names: List<Name>)